var runtime.asyncPreemptStack
5 uses
runtime (current package)
preempt.go#L315: var asyncPreemptStack = ^uintptr(0)
preempt.go#L323: asyncPreemptStack = uintptr(total) + 8*goarch.PtrSize
preempt.go#L324: if asyncPreemptStack > _StackLimit {
preempt.go#L335: print("runtime: asyncPreemptStack=", asyncPreemptStack, "\n")
preempt.go#L379: if sp < gp.stack.lo || sp-gp.stack.lo < asyncPreemptStack {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)